home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SDKHELP.PAK / UIGUIDE.CNT (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-06  |  21KB  |  613 lines

  1. :Base uiguide.hlp
  2. :Title The Windows Interface Guidelines for Software Design
  3. :Index Windows Interface Guidelines =uiguide.hlp
  4. 1 Copyright Notice =CP_0_
  5. 1 Introduction
  6. 1 Welcome! =00_INTRO_1_
  7. 1 What
  8. s New =00_INTRO_2_
  9. 1 How to Use This Guide =00_INTRO_3_
  10. 1 How to Apply the Guidelines =00_INTRO_4_
  11. 1 Conventions Used in This Guide =00_INTRO_5_
  12. 1 Basic Concepts
  13. 1 Introduction =02_BACON_1_
  14. 1 Data-Centered Design =02_BACON_2_
  15. 2 Objects as Metaphor
  16. 2 Introduction =02_BACON_4_
  17. 2 Object Characteristics =02_BACON_5_
  18. 2 Relationships =02_BACON_6_
  19. 2 Composition =02_BACON_7_
  20. 2 Persistence =02_BACON_8_
  21. 1 Putting Theory into Practice =02_BACON_9_
  22. 1 The Windows Environment
  23. 1 Introduction =03_ENVIR_1_
  24. 1 The Desktop =03_ENVIR_2_
  25. 2 The Taskbar
  26. 2 Introduction =03_ENVIR_4_
  27. 2 The Start Button =03_ENVIR_5_
  28. 2 Window Buttons =03_ENVIR_6_
  29. 2 The Status Area =03_ENVIR_7_
  30. 1 Icons =03_ENVIR_8_
  31. 1 Windows =03_ENVIR_9_
  32. 1 Design Principles and Methodology
  33. 1 Introduction =01_PRNPL_1_
  34. 2 User-Centered Design Principles
  35. 2 Introduction =01_PRNPL_3_
  36. 2 User in Control =01_PRNPL_4_
  37. 2 Directness =01_PRNPL_5_
  38. 2 Consistency =01_PRNPL_6_
  39. 2 Forgiveness =01_PRNPL_7_
  40. 2 Feedback =01_PRNPL_8_
  41. 2 Aesthetics =01_PRNPL_9_
  42. 2 Simplicity =01_PRNPL_10_
  43. 2 Design Methodology
  44. 2 Introduction =01_PRNPL_12_
  45. 2 A Balanced Design Team =01_PRNPL_13_
  46. 3 The Design Cycle
  47. 3 Introduction =01_PRNPL_15_
  48. 3 Design =01_PRNPL_16_
  49. 3 Prototype =01_PRNPL_17_
  50. 3 Test =01_PRNPL_18_
  51. 3 Iterate =01_PRNPL_19_
  52. 3 Usability Assessment in the Design Process
  53. 3 Introduction =01_PRNPL_21_
  54. 3 Usability Testing Techniques =01_PRNPL_22_
  55. 3 Other Assessment Techniques =01_PRNPL_23_
  56. 1 Understanding Users =01_PRNPL_24_
  57. 1 Design Tradeoffs =01_PRNPL_25_
  58. 1 Input Basics
  59. 1 Introduction =04_INPUT_1_
  60. 2 Mouse Input
  61. 2 Introduction =04_INPUT_3_
  62. 2 Mouse Pointers =04_INPUT_4_
  63. 2 Mouse Actions =04_INPUT_5_
  64. 2 Keyboard Input
  65. 2 Introduction =04_INPUT_7_
  66. 2 Text Keys =04_INPUT_8_
  67. 2 Access Keys =04_INPUT_9_
  68. 2 Mode Keys =04_INPUT_10_
  69. 2 Shortcut Keys =04_INPUT_11_
  70. 2 Pen Input
  71. 2 Introduction =04_INPUT_13_
  72. 2 Pen Pointers =04_INPUT_14_
  73. 2 Pen Gestures =04_INPUT_15_
  74. 2 Pen Recognition =04_INPUT_16_
  75. 2 Ink Input =04_INPUT_17_
  76. 2 Targeting =04_INPUT_18_
  77. 1 General Interaction Techniques
  78. 1 Introduction =05_INACT_1_
  79. 2 Navigation
  80. 2 Introduction =05_INACT_3_
  81. 2 Mouse and Pen Navigation =05_INACT_4_
  82. 3 Keyboard Navigation
  83. 3 Introduction =05_INACT_6_
  84. 3 Basic Navigation Keys =05_INACT_7_
  85. 2 Selection
  86. 2 Introduction =05_INACT_9_
  87. 2 Selection Feedback =05_INACT_10_
  88. 2 Scope of Selection =05_INACT_11_
  89. 2 Hierarchical Selection =05_INACT_12_
  90. 3 Mouse Selection
  91. 3 Introduction =05_INACT_14_
  92. 3 Basic Selection =05_INACT_15_
  93. 3 Selection Adjustment =05_INACT_16_
  94. 3 Region Selection =05_INACT_17_
  95. 2 Pen Selection =05_INACT_18_
  96. 3 Keyboard Selection
  97. 3 Introduction =05_INACT_20_
  98. 3 Contiguous Selection =05_INACT_21_
  99. 3 Disjoint Selection =05_INACT_22_
  100. 2 Selection Shortcuts =05_INACT_23_
  101. 2 Common Conventions for Supporting Operations
  102. 2 Introduction =05_INACT_25_
  103. 2 Operations for a Multiple Selection =05_INACT_26_
  104. 2 Default Operations and Shortcut Techniques =05_INACT_27_
  105. 3 View Operations
  106. 3 Introduction =05_INACT_29_
  107. 3 View Shortcuts =05_INACT_30_
  108. 2 Editing Operations
  109. 2 Introduction =05_INACT_32_
  110. 3 Editing Text
  111. 3 Introduction =05_INACT_34_
  112. 3 Inserting Text =05_INACT_35_
  113. 3 Overtype Mode =05_INACT_36_
  114. 3 Deleting Text =05_INACT_37_
  115. 2 Handles =05_INACT_38_
  116. 2 Transactions =05_INACT_39_
  117. 2 Properties =05_INACT_40_
  118. 3 Pen-Specific Editing Techniques
  119. 3 Introduction =05_INACT_42_
  120. 3 Editing in Pen-Enabled Controls =05_INACT_43_
  121. 3 Pen Editing Gestures =05_INACT_44_
  122. 2 Transfer Operations
  123. 2 Introduction =05_INACT_46_
  124. 2 Command Method =05_INACT_47_
  125. 3 Direct Manipulation Method
  126. 3 Introduction =05_INACT_49_
  127. 3 Default Drag and Drop =05_INACT_50_
  128. 3 Nondefault Drag and Drop =05_INACT_51_
  129. 3 Canceling a Drag and Drop Transfer =05_INACT_52_
  130. 3 Differentiating Transfer and Selection When Dragging =05_INACT_53_
  131. 3 Scrolling When Transferring by Dragging =05_INACT_54_
  132. 3 Transfer Feedback
  133. 3 Introduction =05_INACT_56_
  134. 3 Command Method Transfers =05_INACT_57_
  135. 3 Direct Manipulation Transfers =05_INACT_58_
  136. 2 Specialized Transfer Commands =05_INACT_59_
  137. 2 Shortcut Keys for Transfer Operations =05_INACT_60_
  138. 2 Creation Operations
  139. 2 Introduction =05_INACT_62_
  140. 2 Copy Command =05_INACT_63_
  141. 2 New Command =05_INACT_64_
  142. 2 Insert Command =05_INACT_65_
  143. 2 Using Controls =05_INACT_66_
  144. 2 Using Templates =05_INACT_67_
  145. 1 Operations on Linked Objects =05_INACT_68_
  146. 1 Windows
  147. 1 Introduction =06_WINDO_1_
  148. 1 Common Types of Windows =06_WINDO_2_
  149. 2 Primary Window Components
  150. 2 Introduction =06_WINDO_4_
  151. 2 Window Frames =06_WINDO_5_
  152. 2 Title Bars =06_WINDO_6_
  153. 2 Title Bar Icons =06_WINDO_7_
  154. 2 Title Text =06_WINDO_8_
  155. 2 Title Bar Buttons =06_WINDO_9_
  156. 2 Basic Window Operations
  157. 2 Introduction =06_WINDO_11_
  158. 2 Activating and Deactivating Windows =06_WINDO_12_
  159. 2 Opening and Closing Windows =06_WINDO_13_
  160. 2 Moving Windows =06_WINDO_14_
  161. 3 Resizing Windows
  162. 3 Introduction =06_WINDO_16_
  163. 3 Sizing Borders =06_WINDO_17_
  164. 3 Maximizing Windows =06_WINDO_18_
  165. 3 Minimizing Windows =06_WINDO_19_
  166. 3 Restoring Windows =06_WINDO_20_
  167. 3 Size Grip =06_WINDO_21_
  168. 3 Scrolling Windows
  169. 3 Introduction =06_WINDO_23_
  170. 3 Scroll Arrows =06_WINDO_24_
  171. 3 Scroll Box =06_WINDO_25_
  172. 3 Scroll Bar Shaft =06_WINDO_26_
  173. 3 Automatic Scrolling =06_WINDO_27_
  174. 3 Keyboard Scrolling =06_WINDO_28_
  175. 3 Placing Adjacent Controls =06_WINDO_29_
  176. 2 Splitting Windows =06_WINDO_30_
  177. 1 Menus, Controls, and Toolbars
  178. 1 Introduction =07_MENUS_1_
  179. 2 Menus
  180. 2 Introduction =07_MENUS_3_
  181. 3 The Menu Bar and Drop-down Menus
  182. 3 Introduction =07_MENUS_5_
  183. 3 Drop-down Menu Interaction =07_MENUS_6_
  184. 3 Common Drop-down Menus
  185. 3 Introduction =07_MENUS_8_
  186. 3 The File Menu =07_MENUS_9_
  187. 3 The Edit Menu =07_MENUS_10_
  188. 3 The View Menu =07_MENUS_11_
  189. 3 The Window Menu =07_MENUS_12_
  190. 3 The Help Menu =07_MENUS_13_
  191. 2 Pop-up Menus =07_MENUS_14_
  192. 2 Pop-up Menu Interaction =07_MENUS_15_
  193. 3 Common Pop-up Menus
  194. 3 Introduction =07_MENUS_17_
  195. 3 The Window Pop-up Menu =07_MENUS_18_
  196. 3 Icon Pop-up Menus =07_MENUS_19_
  197. 2 Cascading Menus =07_MENUS_20_
  198. 2 Menu Titles =07_MENUS_21_
  199. 3 Menu Items
  200. 3 Introduction =07_MENUS_23_
  201. 3 Types of Menu Items =07_MENUS_24_
  202. 3 Menu Item Labels =07_MENUS_25_
  203. 3 Shortcut Keys in Menu Items =07_MENUS_26_
  204. 2 Controls
  205. 2 Introduction =07_MENUS_28_
  206. 3 Buttons
  207. 3 Introduction =07_MENUS_30_
  208. 3 Command Buttons =07_MENUS_31_
  209. 3 Option Buttons =07_MENUS_32_
  210. 3 Check Boxes =07_MENUS_33_
  211. 3 List Boxes
  212. 3 Introduction =07_MENUS_35_
  213. 3 Single Selection List Boxes =07_MENUS_36_
  214. 3 Drop-down List Boxes =07_MENUS_37_
  215. 3 Extended and Multiple Selection List Boxes =07_MENUS_38_
  216. 3 List View Controls =07_MENUS_39_
  217. 3 Tree View Controls =07_MENUS_40_
  218. 3 Text Fields
  219. 3 Introduction =07_MENUS_42_
  220. 3 Text Boxes =07_MENUS_43_
  221. 3 Rich-Text Boxes =07_MENUS_44_
  222. 3 Combo Boxes =07_MENUS_45_
  223. 3 Drop-down Combo Boxes =07_MENUS_46_
  224. 3 Spin Boxes =07_MENUS_47_
  225. 3 Static Text Fields =07_MENUS_48_
  226. 3 Shortcut Key Input Controls =07_MENUS_49_
  227. 3 Other General Controls
  228. 3 Introduction =07_MENUS_51_
  229. 3 Group Boxes =07_MENUS_52_
  230. 3 Column Headings =07_MENUS_53_
  231. 3 Tabs =07_MENUS_54_
  232. 3 Property Sheet Controls =07_MENUS_55_
  233. 3 Scroll Bars =07_MENUS_56_
  234. 3 Sliders =07_MENUS_57_
  235. 3 Progress Indicators =07_MENUS_58_
  236. 3 Tooltip Controls =07_MENUS_59_
  237. 3 Wells =07_MENUS_60_
  238. 3 Pen-Specific Controls
  239. 3 Introduction =07_MENUS_62_
  240. 3 Boxed Edit Controls =07_MENUS_63_
  241. 3 Ink Edit Controls =07_MENUS_64_
  242. 2 Toolbars and Status Bars
  243. 2 Introduction =07_MENUS_66_
  244. 2 Interaction with Controls in Toolbars and Status Bars =07_MENUS_67_
  245. 2 Support for User Options =07_MENUS_68_
  246. 2 Toolbar and Status Bar Controls =07_MENUS_69_
  247. 2 Common Toolbar Buttons =07_MENUS_70_
  248. 1 Secondary Windows
  249. 1 Introduction =08_SCWIN_1_
  250. 2 Characteristics of Secondary Windows
  251. 2 Introduction =08_SCWIN_3_
  252. 3 Appearance and Behavior
  253. 3 Introduction =08_SCWIN_5_
  254. 3 Interaction with Other Windows =08_SCWIN_6_
  255. 3 Unfolding Secondary Windows =08_SCWIN_7_
  256. 3 Cascading Secondary Windows =08_SCWIN_8_
  257. 2 Window Placement =08_SCWIN_9_
  258. 2 Modeless vs. Modal =08_SCWIN_10_
  259. 2 Default Buttons =08_SCWIN_11_
  260. 2 Navigation in Secondary Windows =08_SCWIN_12_
  261. 2 Validation of Input =08_SCWIN_13_
  262. 2 Property Sheets and Inspectors
  263. 2 Introduction =08_SCWIN_15_
  264. 2 Property Sheet Interface =08_SCWIN_16_
  265. 2 Property Sheet Commands =08_SCWIN_17_
  266. 2 Closing a Property Sheet =08_SCWIN_18_
  267. 2 Property Inspectors =08_SCWIN_19_
  268. 2 Properties of a Multiple Selection =08_SCWIN_20_
  269. 2 Properties of a Heterogeneous Selection =08_SCWIN_21_
  270. 2 Properties of Grouped Items =08_SCWIN_22_
  271. 2 Dialog Boxes
  272. 2 Introduction =08_SCWIN_24_
  273. 2 Dialog Box Commands =08_SCWIN_25_
  274. 2 Layout =08_SCWIN_26_
  275. 3 Common Dialog Box Interfaces
  276. 3 Introduction =08_SCWIN_28_
  277. 3 Open Dialog Box =08_SCWIN_29_
  278. 3 Save As Dialog Box =08_SCWIN_30_
  279. 3 Find and Replace Dialog Boxes =08_SCWIN_31_
  280. 3 Print Dialog Box =08_SCWIN_32_
  281. 3 Print Setup Dialog Box =08_SCWIN_33_
  282. 3 Page Setup Dialog Box =08_SCWIN_34_
  283. 3 Font Dialog Box =08_SCWIN_35_
  284. 3 Color Dialog Box =08_SCWIN_36_
  285. 1 Palette Windows =08_SCWIN_37_
  286. 2 Message Boxes
  287. 2 Introduction =08_SCWIN_39_
  288. 2 Title Bar Text =08_SCWIN_40_
  289. 2 Message Box Types =08_SCWIN_41_
  290. 2 Command Buttons in Message Boxes =08_SCWIN_42_
  291. 2 Message Box Text =08_SCWIN_43_
  292. 1 Pop-up Windows =08_SCWIN_44_
  293. 1 Window Management
  294. 1 Introduction =09_MNGMT_1_
  295. 1 Single Document Window Interface =09_MNGMT_2_
  296. 2 Multiple Document Interface
  297. 2 Introduction =09_MNGMT_4_
  298. 2 Opening and Closing MDI Windows =09_MNGMT_5_
  299. 2 Moving and Sizing MDI Windows =09_MNGMT_6_
  300. 2 Switching Between MDI Child Windows =09_MNGMT_7_
  301. 2 MDI Alternatives
  302. 2 Introduction =09_MNGMT_9_
  303. 3 Workspaces
  304. 3 Introduction =09_MNGMT_11_
  305. 3 Workspaces as a Container =09_MNGMT_12_
  306. 3 Workspaces for Task Grouping =09_MNGMT_13_
  307. 3 Window Management in a Workspace =09_MNGMT_14_
  308. 2 Workbooks =09_MNGMT_15_
  309. 2 Projects =09_MNGMT_16_
  310. 2 Selecting a Window Model
  311. 2 Introduction =09_MNGMT_18_
  312. 2 Presentation of Object or Task =09_MNGMT_19_
  313. 2 Display Layout =09_MNGMT_20_
  314. 2 Data-Centered Design =09_MNGMT_21_
  315. 2 Combination of Alternatives =09_MNGMT_22_
  316. 1 Integrating with the System
  317. 1 Introduction =10_RGSTR_1_
  318. 2 The Registry
  319. 2 Introduction =10_RGSTR_3_
  320. 2 Registering Application State Information =10_RGSTR_4_
  321. 2 Registering Application Path Information =10_RGSTR_5_
  322. 3 Registering File Extensions
  323. 3 Introduction =10_RGSTR_7_
  324. 3 The Filename Extension Key =10_RGSTR_8_
  325. 3 The Application Identifier Key =10_RGSTR_9_
  326. 2 Supporting Creation =10_RGSTR_10_
  327. 2 Registering Icons =10_RGSTR_11_
  328. 2 Registering Commands =10_RGSTR_12_
  329. 2 Enabling Printing =10_RGSTR_13_
  330. 2 Registering OLE =10_RGSTR_14_
  331. 2 Registering Shell Extensions =10_RGSTR_15_
  332. 2 Supporting the Quick View Command =10_RGSTR_16_
  333. 2 Registering Sound Events =10_RGSTR_17_
  334. 2 Installation
  335. 2 Introduction =10_RGSTR_19_
  336. 2 Copying Files =10_RGSTR_20_
  337. 2 Providing Access to Your Application =10_RGSTR_21_
  338. 2 Designing Your Installation Program =10_RGSTR_22_
  339. 2 Installing Fonts =10_RGSTR_23_
  340. 2 Installing Your Application on a Network =10_RGSTR_24_
  341. 2 Uninstalling Your Application =10_RGSTR_25_
  342. 2 Supporting AutoPlay =10_RGSTR_26_
  343. 1 System Naming Conventions =10_RGSTR_27_
  344. 2 Taskbar Integration
  345. 2 Introduction =10_RGSTR_29_
  346. 2 Taskbar Window Buttons =10_RGSTR_30_
  347. 2 Status Notification =10_RGSTR_31_
  348. 2 Message Notification =10_RGSTR_32_
  349. 1 Application Desktop Toolbars =10_RGSTR_33_
  350. 1 Full-Screen Display =10_RGSTR_34_
  351. 1 Recycle Bin Integration =10_RGSTR_35_
  352. 2 Control Panel Integration
  353. 2 Introduction =10_RGSTR_37_
  354. 2 Adding Control Panel Objects =10_RGSTR_38_
  355. 2 Adding to the Passwords Object =10_RGSTR_39_
  356. 1 Plug and Play Support =10_RGSTR_40_
  357. 1 System Settings and Notification =10_RGSTR_41_
  358. 1 Modeless Interaction =10_RGSTR_42_
  359. 1 Working with OLE Embedded and OLE Linked Objects
  360. 1 Introduction =11_OLE_1_
  361. 1 The Interaction Model =11_OLE_2_
  362. 2 Creating OLE Embedded and OLE Linked Objects
  363. 2 Introduction =11_OLE_4_
  364. 3 Transferring Objects
  365. 3 Introduction =11_OLE_6_
  366. 3 The Paste Command =11_OLE_7_
  367. 3 The Paste Special Command =11_OLE_8_
  368. 3 The Paste Link, Paste Shortcut, and Create Shortcut Commands =11_OLE_9_
  369. 3 Direct Manipulation =11_OLE_10_
  370. 3 Transfer of Data to Desktop =11_OLE_11_
  371. 3 Inserting New Objects
  372. 3 Introduction =11_OLE_13_
  373. 3 The Insert Object Command =11_OLE_14_
  374. 3 Other Techniques for Inserting Objects =11_OLE_15_
  375. 1 Displaying Objects =11_OLE_16_
  376. 2 Selecting Objects
  377. 2 Introduction =11_OLE_18_
  378. 2 Accessing Commands for Selected Objects =11_OLE_19_
  379. 2 Activating Objects
  380. 2 Introduction =11_OLE_21_
  381. 2 Outside-in Activation =11_OLE_22_
  382. 2 Inside-out Activation =11_OLE_23_
  383. 2 Container Control of Activation =11_OLE_24_
  384. 2 OLE Visual Editing of OLE Embedded Objects
  385. 2 Introduction =11_OLE_26_
  386. 2 The Active Hatched Border =11_OLE_27_
  387. 3 Menu Integration
  388. 3 Introduction =11_OLE_29_
  389. 3 Primary Container Menu =11_OLE_30_
  390. 3 Workspace Menu =11_OLE_31_
  391. 3 Active Object Menus =11_OLE_32_
  392. 3 Keyboard Interface Integration
  393. 3 Introduction =11_OLE_34_
  394. 3 Access Keys =11_OLE_35_
  395. 3 Shortcut Keys =11_OLE_36_
  396. 2 Toolbars, Frame Adornments, and Palette Windows =11_OLE_37_
  397. 2 Opening OLE Embedded Objects =11_OLE_38_
  398. 2 Editing an OLE Linked Object
  399. 2 Introduction =11_OLE_40_
  400. 2 Automatic and Manual Updating =11_OLE_41_
  401. 2 Operations and Links =11_OLE_42_
  402. 2 Types and Links =11_OLE_43_
  403. 2 Link Management =11_OLE_44_
  404. 2 Accessing Properties of OLE Objects
  405. 2 Introduction =11_OLE_46_
  406. 2 The Properties Command =11_OLE_47_
  407. 2 The Links Command =11_OLE_48_
  408. 1 Converting Types =11_OLE_49_
  409. 1 Using Handles =11_OLE_50_
  410. 1 Undo Operations for Active and Open Objects =11_OLE_51_
  411. 2 Displaying Messages
  412. 2 Introduction =11_OLE_53_
  413. 3 Object Application Messages
  414. 3 Introduction =11_OLE_55_
  415. 3 Object
  416. s Application Cannot Run Standalone =11_OLE_56_
  417. 3 Object
  418. s Application Busy =11_OLE_57_
  419. 3 Object
  420. s Application Unavailable =11_OLE_58_
  421. 3 OLE Linked Object Messages
  422. 3 Introduction =11_OLE_60_
  423. 3 Link Source Files Unavailable =11_OLE_61_
  424. 3 Link Source Type Changed =11_OLE_62_
  425. 3 Link Updating =11_OLE_63_
  426. 2 Status Line Messages =11_OLE_64_
  427. 1 User Assistance
  428. 1 Introduction =12_ASIST_1_
  429. 2 Contextual User Assistance
  430. 2 Introduction =12_ASIST_3_
  431. 2 Context-Sensitive Help =12_ASIST_4_
  432. 2 Guidelines for Writing Context-Sensitive Help =12_ASIST_5_
  433. 2 Tooltips =12_ASIST_6_
  434. 2 Status Bar Messages =12_ASIST_7_
  435. 2 Guidelines for Writing Status Bar Messages =12_ASIST_8_
  436. 2 The Help Command Button =12_ASIST_9_
  437. 2 Task-Oriented Help
  438. 2 Introduction =12_ASIST_11_
  439. 2 Task Topic Windows =12_ASIST_12_
  440. 2 Guidelines for Writing Task Help Topics =12_ASIST_13_
  441. 2 Shortcut Buttons =12_ASIST_14_
  442. 2 Reference Help
  443. 2 Introduction =12_ASIST_16_
  444. 2 The Reference Help Window =12_ASIST_17_
  445. 3 Guidelines for Writing Reference Help
  446. 3 Adding Menus and Toolbar Buttons =12_ASIST_19_
  447. 3 Topic Titles =12_ASIST_20_
  448. 3 Nonscrolling Regions =12_ASIST_21_
  449. 3 Jumps =12_ASIST_22_
  450. 2 The Help Topics Browser
  451. 2 Introduction =12_ASIST_24_
  452. 3 The Help Topics Tabs
  453. 3 Introduction =12_ASIST_26_
  454. 3 The Contents Page =12_ASIST_27_
  455. 3 Guidelines for Writing Help Contents Entries =12_ASIST_28_
  456. 3 The Index Page =12_ASIST_29_
  457. 3 Guidelines for Writing Help Index Keywords =12_ASIST_30_
  458. 3 The Find Page =12_ASIST_31_
  459. 2 Wizards
  460. 2 Introduction =12_ASIST_33_
  461. 2 Guidelines for Designing Wizards =12_ASIST_34_
  462. 2 Guidelines for Writing Text for Wizard Pages =12_ASIST_35_
  463. 1 Visual Design
  464. 1 Introduction =13_VISUL_1_
  465. 2 Visual Communication
  466. 2 Introduction =13_VISUL_3_
  467. 3 Composition and Organization
  468. 3 Introduction =13_VISUL_5_
  469. 3 Hierarchy of Information =13_VISUL_6_
  470. 3 Focus and Emphasis =13_VISUL_7_
  471. 3 Structure and Balance =13_VISUL_8_
  472. 3 Relationship of Elements =13_VISUL_9_
  473. 3 Readability and Flow =13_VISUL_10_
  474. 3 Unity and Integration =13_VISUL_11_
  475. 3 Color
  476. 3 Introduction =13_VISUL_13_
  477. 3 Color as a Secondary Form of Information =13_VISUL_14_
  478. 3 Use of a Limited Set of Colors =13_VISUL_15_
  479. 3 Options to Change Colors =13_VISUL_16_
  480. 2 Fonts =13_VISUL_17_
  481. 2 Dimensionality =13_VISUL_18_
  482. 2 Design of Visual Elements
  483. 2 Introduction =13_VISUL_20_
  484. 2 Basic Border Styles =13_VISUL_21_
  485. 2 Window Border Style =13_VISUL_22_
  486. 2 Button Border Styles =13_VISUL_23_
  487. 2 Field Border Style =13_VISUL_24_
  488. 2 Status Field Border Style =13_VISUL_25_
  489. 2 Grouping Border Style =13_VISUL_26_
  490. 3 Visual States for Controls
  491. 3 Introduction =13_VISUL_28_
  492. 3 Pressed Appearance =13_VISUL_29_
  493. 3 Option-Set Appearance =13_VISUL_30_
  494. 3 Mixed-Value Appearance =13_VISUL_31_
  495. 3 Unavailable Appearance =13_VISUL_32_
  496. 3 Input Focus Appearance =13_VISUL_33_
  497. 3 Flat Appearance =13_VISUL_34_
  498. 2 Layout
  499. 2 Introduction =13_VISUL_36_
  500. 2 Font and Size =13_VISUL_37_
  501. 2 Capitalization =13_VISUL_38_
  502. 2 Grouping and Spacing =13_VISUL_39_
  503. 2 Alignment =13_VISUL_40_
  504. 2 Placement =13_VISUL_41_
  505. 2 Design of Graphic Images
  506. 2 Introduction =13_VISUL_43_
  507. 3 Icon Design
  508. 3 Introduction =13_VISUL_45_
  509. 3 Sizes and Types =13_VISUL_46_
  510. 3 Icon Style =13_VISUL_47_
  511. 2 Pointer Design =13_VISUL_48_
  512. 2 Selection Appearance
  513. 2 Introduction =13_VISUL_50_
  514. 2 Highlighting =13_VISUL_51_
  515. 2 Handles =13_VISUL_52_
  516. 1 Transfer Appearance =13_VISUL_53_
  517. 1 Open Appearance =13_VISUL_54_
  518. 1 Animation =13_VISUL_55_
  519. 1 Special Design Considerations
  520. 1 Introduction =14_SPECL_1_
  521. 1 Sound =14_SPECL_2_
  522. 2 Accessibility
  523. 2 Introduction =14_SPECL_4_
  524. 3 Types of Disabilities
  525. 3 Introduction =14_SPECL_6_
  526. 3 Visual Disabilities =14_SPECL_7_
  527. 3 Hearing Disabilities =14_SPECL_8_
  528. 3 Physical Movement Disabilities =14_SPECL_9_
  529. 3 Speech or Language Disabilities =14_SPECL_10_
  530. 3 Cognitive Disabilities =14_SPECL_11_
  531. 3 Seizure Disorders =14_SPECL_12_
  532. 3 Types of Accessibility Aids
  533. 3 Introduction =14_SPECL_14_
  534. 3 Screen Enlargement Utilities =14_SPECL_15_
  535. 3 Screen Review Utilities =14_SPECL_16_
  536. 3 Voice Input Systems =14_SPECL_17_
  537. 3 On-Screen Keyboards =14_SPECL_18_
  538. 3 Keyboard Filters =14_SPECL_19_
  539. 3 Compatibility with Screen Review Utilities
  540. 3 Introduction =14_SPECL_21_
  541. 3 Controls =14_SPECL_22_
  542. 3 Text Output =14_SPECL_23_
  543. 3 Graphics Output =14_SPECL_24_
  544. 3 Icons and Windows =14_SPECL_25_
  545. 2 The User
  546. s Point of Focus =14_SPECL_26_
  547. 2 Timing and Navigational Interfaces =14_SPECL_27_
  548. 3 Color
  549. 3 Introduction =14_SPECL_29_
  550. 3 Scalability =14_SPECL_30_
  551. 2 Keyboard and Mouse Interface =14_SPECL_31_
  552. 2 Documentation, Packaging, and Support =14_SPECL_32_
  553. 2 Usability Testing =14_SPECL_33_
  554. 2 Internationalization
  555. 2 Introduction =14_SPECL_35_
  556. 2 Text =14_SPECL_36_
  557. 2 Graphics =14_SPECL_37_
  558. 2 Keyboards =14_SPECL_38_
  559. 2 Character Sets =14_SPECL_39_
  560. 2 Formats =14_SPECL_40_
  561. 2 Layout =14_SPECL_41_
  562. 2 References to Unsupported Features =14_SPECL_42_
  563. 2 Network Computing
  564. 2 Introduction =14_SPECL_44_
  565. 2 Leverage System Support =14_SPECL_45_
  566. 2 Client-Server Applications =14_SPECL_46_
  567. 2 Shared Data Files =14_SPECL_47_
  568. 1 Record Processing =14_SPECL_48_
  569. 1 Telephony =14_SPECL_49_
  570. 2 Microsoft Exchange
  571. 2 Introduction =14_SPECL_51_
  572. 2 Coexisting with Other Information Services =14_SPECL_52_
  573. 2 Adding Menu Items and Toolbar Buttons =14_SPECL_53_
  574. 2 Supporting Connections =14_SPECL_54_
  575. 2 Installing Information Services =14_SPECL_55_
  576. 1 Mouse Interface Summary
  577. 1 Introduction =APA_MOUS_1_
  578. 1 Interaction Guidelines for Common Unmodified Mouse Actions =APA_MOUS_2_
  579. 1 Interaction Guidelines for Using the SHIFT Key to Modify Mouse Actions =APA_MOUS_3_
  580. 1 Interaction Guidelines for Using the CTRL Key to Modify Mouse Actions  =APA_MOUS_4_
  581. 1 Keyboard Interface Summary
  582. 1 Introduction =APB_KEYS_1_
  583. 1 Common Navigation Keys =APB_KEYS_2_
  584. 1 Common Shortcut Keys =APB_KEYS_3_
  585. 1 Windows Keys =APB_KEYS_4_
  586. 1 Accessibility Keys =APB_KEYS_5_
  587. 1 Access Key Assignments =APB_KEYS_6_
  588. 1 Guidelines Summary
  589. 1 Introduction =APC_GUID_1_
  590. 1 General Design =APC_GUID_2_
  591. 1 Design Process =APC_GUID_3_
  592. 1 Input and Interaction =APC_GUID_4_
  593. 1 Windows =APC_GUID_5_
  594. 1 Control Usage =APC_GUID_6_
  595. 1 Integration =APC_GUID_7_
  596. 1 User Assistance =APC_GUID_8_
  597. 1 Visual Design =APC_GUID_9_
  598. 1 Sound =APC_GUID_10_
  599. 1 Accessibility =APC_GUID_11_
  600. 1 International Users =APC_GUID_12_
  601. 1 Network Users =APC_GUID_13_
  602. 1 Supporting Specific Versions of Windows
  603. 1 Introduction =APD_SUPP_1_
  604. 1 Microsoft Windows 3.1 =APD_SUPP_2_
  605. 1 Microsoft Windows NT 3.51 =APD_SUPP_3_
  606. 1 Bibliography
  607. 1 General Design =BIBLIO_1_
  608. 1 Graphic Information Design =BIBLIO_2_
  609. 1 Usability  =BIBLIO_3_
  610. 1 Object-Oriented Design =BIBLIO_4_
  611. 1 Accessibility  =BIBLIO_5_
  612. 1 Organizations =BIBLIO_6_
  613.